home *** CD-ROM | disk | FTP | other *** search
- Subject: Bug in ODFTable/ODFContainer
- Sent: 8/14/96 11:00 PM
- Received: 8/15/96 10:26 AM
- From: Neal Williams, neal@corda.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- If I drop ODFTable stationery in ODFDraw, activate it , and then
- 'Undo' the drop It crashes.
-
- It happens in the FW_CFrame::FocusStateChanged method at the
- following line:
-
- FW_Boolean windowActive = GetWindow(ev)->IsActive(ev);
-
- The same things happens with ODFContainer, and since my code is based
- on ODFContainer the same thing happens to my part.
-
- How do I fix it???
-
- -Neal
-
-
-
-